POST /LogOn/QueryHistoryCount/
Gets the number of log on history items that match the filter.
Request
| Method |
Request URI |
| POST |
/API/LogOn/QueryHistoryCount/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID. Specifying via an Authorization request header instead is recommended. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Response
Response Body
An System.Int32 containing the number of log on history entries that match the criteria, or a status code indicating the problem.